This repository was archived by the owner on Jun 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
[Renovate] Update dependency pointfreeco/swift-snapshot-testing to v1.18.4 #380
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/pointfreeco-swift-snapshot-testing-1.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1de5cc9 to
ef23a91
Compare
ef23a91 to
0ebc6f7
Compare
0ebc6f7 to
f8848fc
Compare
f8848fc to
1aa5cbb
Compare
a20ce94 to
e7a03ce
Compare
e7a03ce to
b7c8b45
Compare
b7c8b45 to
5e5dd27
Compare
5e5dd27 to
cd6acea
Compare
cd6acea to
a2851c1
Compare
a2851c1 to
a32a1d9
Compare
a32a1d9 to
2521dce
Compare
2521dce to
bbe6c27
Compare
bbe6c27 to
a4dbbc5
Compare
a4dbbc5 to
5fd2014
Compare
5fd2014 to
522e82c
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.15.3->1.18.4Release Notes
pointfreeco/swift-snapshot-testing (pointfreeco/swift-snapshot-testing)
v1.18.4Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.18.3...1.18.4
v1.18.3Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.18.2...1.18.3
v1.18.2Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.18.1...1.18.2
v1.18.1Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.18.0...1.18.1
v1.18.0Compare Source
What's Changed
.customDumpstrategy (vended by a newSnapshotTestingCustomDumpmodule) (https://github.com/pointfreeco/swift-snapshot-testing/pull/948). The existing.dumpstrategy has been soft-deprecated.assertInlineSnapshot'srecordparameter now supports the all record modes (https://github.com/pointfreeco/swift-snapshot-testing/pull/947).@MainActor-annotated tests (thanks @peterkovacs, https://github.com/pointfreeco/swift-snapshot-testing/pull/946).New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.7...1.18.0
v1.17.7Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.6...1.17.7
v1.17.6Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.5...1.17.6
v1.17.5Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.4...1.17.5
v1.17.4Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.3...1.17.4
v1.17.3Compare Source
What's Changed
failedrecord mode now properly re-records inline snapshots (https://github.com/pointfreeco/swift-snapshot-testing/pull/874).assertSnapshotfrom a Swift Testing test (https://github.com/pointfreeco/swift-snapshot-testing/pull/884).Full Changelog: pointfreeco/swift-snapshot-testing@1.17.2...1.17.3
v1.17.2Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.1...1.17.2
v1.17.1Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.0...1.17.1
v1.17.0Compare Source
What's Changed
See the migration guide for more information.
Added: Beta support for Swift Testing, and other improvements. by @mbrandonw in https://github.com/pointfreeco/swift-snapshot-testing/pull/867
Added: A
Recordmode has been introduced that can be configured with one of four states (.all,.failed,.missing,.never) instead of just theisRecordingboolean (thanks @NachoSoto, https://github.com/pointfreeco/swift-snapshot-testing/pull/768).Added:
diffToolcan now be configured with a closure that is passed the old and new diff paths in order to output a custom format (thanks @js, https://github.com/pointfreeco/swift-snapshot-testing/pull/840).Added: Allow
isRecordingdefault value to be configured usingSNAPSHOT_TESTING_RECORDenv var (thanks @tgrapperon, https://github.com/pointfreeco/swift-snapshot-testing/pull/862).This can be configured with any of the record modes introduced in this version, e.g.
SNAPSHOT_TESTING_RECORD=failed.Infrastructure: Add
.editorconfigfor consistent code formatting (thanks @Matejkob, https://github.com/pointfreeco/swift-snapshot-testing/pull/864).New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.16.2...1.17.0
v1.16.2Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.16.1...1.16.2
v1.16.1Compare Source
What's Changed
ViewImageConfigsendable (thanks @Mika5652, https://github.com/pointfreeco/swift-snapshot-testing/pull/850).New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.16.0...1.16.1
v1.16.0Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.15.4...1.16.0
v1.15.4Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.15.3...1.15.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.